home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 4 / The 640 Meg Shareware Studio CD-ROM Volume IV (Data Express)(1994).ISO / clang / 121_01.zip / CALL.DOC < prev    next >
Text File  |  1993-06-01  |  2KB  |  68 lines

  1.  
  2.      CALL (1)                  BDS C Users' Group                  CALL (1)
  3.  
  4.  
  5.  
  6.      NAME        NAME 
  7.           call - dial remote systems by name, using hayes smartmodem 
  8.  
  9.      SYNOPSIS        SYNOPSIS 
  10.           call                                     call <sysname> [-|[command]] 
  11.  
  12.      DESCRIPTION        DESCRIPTION 
  13.           ____                                                                   Call is a program which uses the auto-dial features of the 
  14.           hayes smartmodem to dial phone numbers by name.  It takes 
  15.           one or two arguments.  
  16.           The first argument is the name of the system that you want 
  17.           to talk to.  This is compared with a list of names in the 
  18.           file 'call.dat', and the corresponding phone number from 
  19.           this file is selected.  
  20.           The second (optional) argument is the name of a com file to 
  21.           be run when the call is connected.  If this argument is 
  22.           missing, the default com file ('telnet') is run.  
  23.           Alternately, this argument may be a '-', which causes a 
  24.           return to the ccp.  
  25.  
  26.      CAVEATS        CAVEATS 
  27.           This program was tested with v1.50 of the BDS C compiler 
  28.           under CP/M 2.2.  It should work with other versions of BDS C 
  29.           and CP/M, but has not been tested.  
  30.  
  31.      EXAMPLES        EXAMPLES 
  32.           call bbs        calls the system named 'bbs' in the phone number
  33.                           file, and then runs 'telnet'
  34.           call cnode -    calls the system named 'cnode', then returns to
  35.                           the CP/M CCP
  36.  
  37.      FILES        FILES 
  38.           call.dat 
  39.  
  40.      NOTES        NOTES 
  41.           Requires local.c for link.  
  42.  
  43.           Recommended switch settings for the Smartmodem are: 
  44.           switches 2, 3, 4 down, others as required by system.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.                                       -1-
  66.  
  67.  is connected.  If this argument is 
  68.           missing, the default com file ('telnet')